home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / conversion / pbmplus / doc / g3topbm.doc < prev    next >
Text File  |  1995-02-13  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. g3topbm(1)                  PBM Plus                   g3topbm(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      g3topbm - convert a Group 3 FAX file into a portable bitmap
  10.  
  11. SYNOPSIS
  12.      g3topbm [-kludge][-reversebits][-stretch] [g3file]
  13.  
  14. DESCRIPTION
  15.      Reads a Group 3 FAX file as input.  Produces a portable bit-
  16.      map as output.
  17.  
  18.      The -kludge flag tells g3topbm to ignore the first few lines
  19.      of the file; sometimes FAX files have some junk at the
  20.      beginning.
  21.  
  22.      The -reversebits flag tells g3topbm to interpret bits
  23.      least-significant first, instead of the default most-
  24.      significant first.  Apparently some FAX modems do it one way
  25.      and others do it the other way.  If you get a whole bunch of
  26.      "bad code word" messages, try using this flag.
  27.  
  28.      The -stretch flag tells g3topbm to stretch the image verti-
  29.      cally by duplicating each row.  This is for the low-quality
  30.      transmission mode.
  31.  
  32.      All flags can be abbreviated to their shortest unique pre-
  33.      fix.
  34.  
  35. REFERENCES
  36.      The standard for Group 3 FAX is defined in CCITT Recommenda-
  37.      tion T.4.
  38.  
  39. SEE ALSO
  40.      pbmtog3(1), pbm(5)
  41.  
  42. AUTHOR
  43.      Copyright (C) 1989 by Paul Haeberli <paul@manray.sgi.com>.
  44.  
  45.      Permission to use, copy, modify, and distribute this
  46.      software and its documentation for any purpose and without
  47.      fee is hereby granted, provided that the above copyright
  48.      notice appear in all copies and that both that copyright
  49.      notice and this permission notice appear in supporting docu-
  50.      mentation.  This software is provided "as is" without
  51.      express or implied warranty.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90          02 October 1989                        1
  64.  
  65.  
  66.  
  67.